home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / Programy / ignition.exe / {app} / Ignition.exe / 0 / RCDATA / TSETTINGSDLG / TSETTINGSDLG.txt
Text File  |  2005-01-07  |  1KB  |  51 lines

  1. object SettingsDlg: TSettingsDlg
  2.   Left = 192
  3.   Top = 107
  4.   AutoSize = True
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   BorderWidth = 3
  8.   Caption = 'Settings'
  9.   ClientHeight = 249
  10.   ClientWidth = 329
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poOwnerFormCenter
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lng_frm: TGroupBox
  22.     Left = 0
  23.     Top = 0
  24.     Width = 329
  25.     Height = 217
  26.     Caption = 'Language'
  27.     TabOrder = 0
  28.     object LanguageChoice1: TLanguageChoice
  29.       Left = 8
  30.       Top = 16
  31.       Width = 313
  32.       Height = 185
  33.       TabStop = False
  34.       LanguageList = main.Langue
  35.       BevelInner = bvNone
  36.       BevelOuter = bvNone
  37.       TabOrder = 0
  38.     end
  39.   end
  40.   object ok_btn: TButton
  41.     Left = 123
  42.     Top = 224
  43.     Width = 84
  44.     Height = 25
  45.     Caption = 'Ok'
  46.     Default = True
  47.     ModalResult = 1
  48.     TabOrder = 1
  49.   end
  50. end
  51.